Tags: Ice pen and inux DDR source sum list likeA Universal Serial Bus (USB) is a connection between a host and a peripheral device. The USB bus specification has version 1.1 and 2.0, and of course now has 3.0. The USB1.1 supports two transmission speeds: 1.5Mbps at low speeds and 12Mbps at high speeds. The USB2.0 can transmit speeds up to 480Mbps. USB2.0 backward
From: http://hyt19860117.love.blog.163.com/blog/static/127773729201042435553852/
With the improvement of people's living standards, more and more USB devices are used, but Linux still does not fully Plug and Play in hardware configuration. how to configure and use Linux is alsoThis article is intended to help you understand how to develop a USB driver to facilita
ADB self-made universal driver method, exclusive secret
This article from: http://kraft.iteye.com/blog/1275276
Android often encounters a mobile phone that cannot find the ADB driver, or to adapt to multiple drivers, there is actually a very simple solution.Use the Official Google Android driver as the blueprint to add
desktops, virtual cloud desktops and the like.Therefore, for virtual cloud Desktop developers, the solution of remote access to local devices is also one of the basic and important issues.Look at an example that is unfamiliar to the average person and familiar to iOS developers,iOS app installation problem, very annoying, unlike Windows programs, as long as the development, can be copied everywhere, run everywhere.Self-developed app, need to deploy the Xcode development environment to the mobil
Hardware driver in Linux system-USB device (on)
There are more and more USB devices, while Linux is still not completely plug-and-play in hardware configuration. how to configure and use Linux is becoming a major problem for us. This article describes how to use and configure the driver and how to compile the
).C. Support for smartdrv disk buffer acceleration, which greatly speeds up disk read/write in DOS, especially when installing the system in DOS or using a ghost image file, which saves you a lot of time.D. Recognize the USB flash drive and automatically assign a drive letter to it.E. You can select whether NTFS partitions are supported.F. automatically load the mouse driver.:Http://nnmm.arongsoft.com/dos/
Because the USB driver in Linux is already very complete,You only need to follow the following configuration. After the configuration, recompile the kernel and install it on the Development Board.
1. Modify make menuconfig
System type -->
Input core support -->
SCSI device support --->
[*] Legacy/proc/SCSI/support
* ** SCSI support type (disk, tape, CD-ROM
urb_list; //URB for this endpoint, maintained by the USB core
void *hcpriv;
struct Ep_device *ep_dev; / * for SYSFS info * /
unsigned Char*extra; /* Extra descriptors * /
int Extralen;
int enabled;
};
an int usb_hcd_link_urb_to_ep (struct USB_HCD *hcd, struct URB *urb) is called to add this urb to urb_ when invoking the USB device driver call
;//Descriptor Type _ _le16 wdata [1];
/* encoded with Utf-16le */ 2 USB Host Drive USB host controllers are available in 3 sizes: OHCI (Open Host controller Interface), UHCI (Universal hosts controller Interface) and EHCI (Enhanced host Co Ntroller Interface).2.1 Host Controller DriverIn the Linux kernel, the USB_HCD structure is used to describ
Design of universal USB Interface Module Based on AVR Microcontroller
[Date:2008-6-25]
Source:China Power GridAuthor:Zhang Hong, Dong xiucheng
[Font: large, medium, and small]
1 Introduction USB interfaces have become one of the main ways for peripherals to communicate with PCs due to their fast data transmission, simple
Kernel 2.6.29.4 USB devices are actually complicated, but the Linux Kernel provides a subsystem called USB core to handle most of the complicated work. Therefore, the interface between the driver and USB core is described here.In the USB device organization structure, there
USB urb (USB request block)
Kernel 2.6.29.4The USB device driver code communicates with all USB devices through urb. Urb uses the struct urb structure description (include/Linux/USB. h ).
Urb sends or receives data asynchronously
.
Endpoint descriptor: the endpoint address, direction, and type. It supports the maximum package size. If it is an end point of the interrupt type, it also includes the round inquiry frequency rate. In Linux kernel, USB end points are described using the usb_host_endpoint structure. The USB end point description is defined as the usb_endpoint_descriptor structure.
String descriptor: other descriptors p
, the serial number of the device, and so on. Its contents are given in Unicode and can be read by the client software. String descriptors are optional for USB devices.6. PipelineIn the structure of the USB system, it can be considered that the data transfer occurs directly between the USB host software and the various endpoints of the
Bulk Driver Design for USB devices
Introduction
Universal Serial Bus (USB) is a serial interface with automatic configuration and good compatibility. It simplifies the connection between computers and peripherals and is widely accepted by computer peripherals hardware manufacturers. After the
Linux-USB Gadget
OverviewThe Linux-USB Gadget driver framework (hereinafter referred to as gadget) provides software functions for devices defined by the USB protocol.Compared with the Linux USB host driver, the gadget
Objective: To study USB in depth and take notes here. Welcome to the discussion.
[Linux 3.2] [Driver/USB/CORE/devio. C]
Definition: usbfs_driver
struct usb_driver usbfs_driver = {.name ="usbfs",.probe =driver_probe,.disconnect =driver_disconnect,.suspend =driver_suspend,.resume =driver_resume,};
[Linux 3.2] [INCLUDE/Linux/US
Http://www.linuxjournal.com/article/7466June 1st, 2004 by Greg kroah-Harman
In
Software
NowYou can control USB hardware without touching the kernel and even makeYour driver run on BSD-based OSes with no code changes. Greg showsWorking Example for using the cross-platform USB library, libusb.
Last time we discussed how to create a simple
Analysis of USB 2.0 Driver Based on VxW0rks
[Date:]
Source: World of electronic products Author:
[Font: large, medium, and small]
Introduction
Universal Serial bus is a computer peripheral serial communication interface, featuring high-speed data transmission, hot swapping, plug-and-play (PnP), and low costs. With the increasingly mature a
To do USB-related things in wince, we must first understand some concepts, which is very important.
(1) host and FunctionFirst, you must know that the USB is a master-slave structure. For PCs and mobile phones, the PC end is the master end, called the host, and the mobile phone is the slave end, usually called the client. However, this term has changed in wince. The master end is also called host, while the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.